Add Administration docs group (DEL-32733)#264
Open
petemomo wants to merge 1 commit into
Open
Conversation
Add a new top-level Administration navigation group covering 13 portal administration pages: accounts, workspaces, members, domain verification, SSO, projects, API keys, management tokens, usage, plans, billing, regions, and security & compliance. - New docs/administration/ section with a nested Workspaces sub-group - Registered between Deployments and Developer Resources in sidebars.ts - Internal links use site-relative paths; production build passes broken-link validation Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a new top-level Administration navigation group to the docs, covering 13 pages that document the self-serve portal.
Ticket: https://speechmatics.atlassian.net/browse/DEL-32733
Structure
Administration is a navigation-group label only (no landing page), placed between Deployments and Developer Resources:
All 13 pages live flat in
docs/administration/(URLs/administration/<page>); the Workspaces grouping is expressed insidebar.tsonly and does not change URLs.Notes for reviewers
/administration/projects,/api-ref/management/create-an-api-key) so they are covered by the broken-link check (onBrokenLinks: "throw").npm run buildpasses with no broken links;cspellandbiomeare clean.🤖 Generated with Claude Code